.styleswitcher .switcher-title {
	text-transform:uppercase;
	font-weight:600;
	margin: 0 0 6px;
	color: #000;
}

.styleswitcher{
	position:fixed;
	left: -240px;
	top: 32%;
	width: 255px;
	height: 166px;
	padding: 0px;
	z-index:999;
	background-color: #f3f3f1;
	box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow:2px 1px 5px rgba(0, 0, 0, 0.1);
}

.styleswitcher-inner {
	position: absolute;
	top: 3px;
	left:0;
	padding: 10px 21px 10px 10px;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.styleswitcher .switcher-btn-bx {
    position: absolute;
    right: -53px;
    top: 55px;
    box-shadow:7px 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow:7px 0 5px rgba(0, 0, 0, 0.1);
}
.switch-btn {
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 33px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    width: 53px;
    background: #ec1f24;
}
.switch-btn:hover {
	color:#f5bf23;
}

.layout-view,
.nav-view,
.nav-width,
.header-view,
.color-skins,
.pattern-switcher,
.background-switcher {
   margin:0;
   padding:0;
}

.layout-view li,
.nav-view li,
.nav-width li,
.header-view li {
display: inline-block;
padding: 5px 10px;
margin: 5px -3px 5px 0px;
font-weight: 400;
cursor: pointer;
min-width: 90px;
text-align: center;
font-size: 11px;
border: 1px solid #212121;
color: #5c5c5c;
text-transform: uppercase;
-webkit-border-radius:10px;
border-radius:10px;
}

.layout-view li.active,
.nav-view li.active,
.nav-width li.active,
.header-view li.active {
color: #fff;
border: 1px solid #494848;
}



.layout-view li a {
	color:inherit;
	padding:5px 10px;
	display:block;
}

.color-skins li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 10px 4px;
    cursor:pointer;
    width: 100%;
}
.color-skins li a {
    display:block;
    width: 100%;
    height: auto;
    color: #000;
    padding: 4px 5px;
}

.color-skins li .skin-1 {background-color: #f3cb33;}
.color-skins li .skin-2 {background-color: #f19a9c;}
.color-skins li .skin-3 {background-color: #a1efcd;}
.color-skins li .skin-4 {  background-color:#1BBCE8; }
.color-skins li .skin-5 {  background-color:#1ABC9C; }
.color-skins li .skin-6 {  background-color:#1C63B8; }
.color-skins li .skin-7{  background-color:#FF0000; }
.color-skins li .skin-8 {  background-color:#ff5e14 ; }
.color-skins li .skin-9 {  background-color:#5c85b7; }
.color-skins li .skin-10 {  background-color:#d87c44; }
.background-switcher li {
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	
}
.pattern-switcher li {
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
}
.background-switcher li img{
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.pattern-switcher li img{
    display: inline-block;
	width:35px;
	height:35px;
	min-width:35px;
    margin: 0 4px 10px 4px;
	cursor:pointer;
	-webkit-border-radius:100%;
	border-radius:100%;
}